home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Documents / NeXTAnswers / sysadmin.812 < prev    next >
Text File  |  1992-02-06  |  1KB  |  45 lines

  1. {\rtf0\ansi{\fonttbl\f0\fnil Times-Roman;\f2\fmodern Courier;\f1\fswiss Helvetica;}
  2. \paperw13040
  3. \paperh10200
  4. \margl120
  5. \margr120
  6. {\colortbl\red0\green0\blue0;}
  7. \pard\tx480\tx960\tx1440\tx1920\tx2400\tx2880\tx3360\tx3840\tx4320\tx4800\f0\b0\i0\ul0\fs28 hard disk external recycler\
  8. \
  9. Q:    How do I get a recycler on my external hard disk?\
  10. Q:    My new external disk displays a panel  indicating "No recycler for device..."\
  11. \
  12. A:    
  13. \fc0 In order to have recycler on an external disk, you must have a .NextTrash directory at the mount point for the drive.  As an example, here is how you would create a recycler for an external disk mounted as /archive (issue the following commands as root in a Terminal window):\
  14. \
  15.  
  16. \f2\fs24 machine# 
  17. \b cd /archive
  18. \b0 \
  19. machine# 
  20. \b df .
  21. \b0 \
  22. Filesystem            kbytes    used   avail capacity  Mounted on\
  23. /dev/sd2b             216311  152584   42095    78%    /archive\
  24. machine# 
  25. \b mkdir .NextTrash
  26. \b0 \
  27. machine# 
  28. \b chown root.wheel .NextTrash
  29. \b0 \
  30. machine# 
  31. \b chmod 1777 .NextTrash
  32. \b0 \
  33. machine# 
  34. \b ls -ldg .NextTrash
  35. \b0 \
  36. drwxrwxrwt 19 root     wheel       1024 Sep 30 10:42 .NextTrash/\
  37.  
  38. \f0\fs28 \
  39.  
  40. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\fc0 QA812\
  41. \
  42. Valid for 2.0\
  43. \
  44.  
  45.